home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- * *
- * *
- * This code is copyright (c) 1992 *
- * Athena Design, Inc. *
- * and David Pollak *
- * *
- * ALL RIGHTS RESERVED *
- * *
- * *
- * *
- * *
- * *
- **************************************************************************/
-
- #import "MesaAddIn.h"
-
- @interface IncAddIn : MesaAddIn
- {
- }
-
- + (char *)name;
- - execute:(void *)stack numberOfParams:(int)num sheet:(void *)sh;
-
- @end
-